@charset "utf-8";
/* CSS Document */

p, h1, h2, h3, span {
	font-family: "Lucida Console", Monaco, monospace
}

h1, h2, h3 {
	text-shadow: 1px 1px 2px rgba(0,0,0, 0.75);
}

h1 {
	font-size: 4em;
}

h2 {
	font-size: 3em;
}

h3 {
	font-size: 2em;
	margin-bottom: -0.25em;
}

body {
	margin: 0;
	padding: 0;
}

.boxSpan {
	display: inline-block;
	vertical-align: middle;
}

.headerText {
	font-size: 1.5em;
}

.footerText {
	font-size: 1em;
}

#boxWrap {
	display: inline-block;
	padding: 1em;
}

#header {
	position: fixed;
	left: 0;
	top: 0;
	background-color: #c4c4c4;
	width: 100%;
	text-align: center;
	box-shadow: 0px 0px 10px 5px rgb(100,100,100);
}

#bodyWrap {
	margin: 5em 3em 5em 3em;
}

#footer {
	position: fixed;
	left: 0;
	bottom: 0;
	background-color: #c4c4c4;
	width: 100%;
	text-align: center;
}